mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-09 04:58:58 +00:00
Example for Unit Test (#52)
This commit is contained in:
5
unit_testing/lib/model/lat_long.dart
Normal file
5
unit_testing/lib/model/lat_long.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
class LatLong {
|
||||
final double latitude;
|
||||
final double longitude;
|
||||
LatLong({this.latitude, this.longitude});
|
||||
}
|
||||
Reference in New Issue
Block a user