mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-07-15 02:46:03 +08: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