menu
filament_mobile package
documentation
schema/schema_component.dart
MapPointValue
MapPointValue.new const constructor
MapPointValue.new const constructor
dark_mode
light_mode
MapPointValue
constructor
const
MapPointValue
(
{
required
double
lat
,
required
double
lng
,
})
Implementation
const MapPointValue({required this.lat, required this.lng});
filament_mobile package
documentation
schema/schema_component
MapPointValue
MapPointValue.new const constructor
MapPointValue class