menu
map_model package
documentation
annotation/model.dart
Property<T>
Property.new const constructor
Property.new const constructor
dark_mode
light_mode
Property<
T
>
constructor
const
Property<
T
>
(
String
name
, {
String
?
value
,
})
field setting
Implementation
const Property(this.name, {this.value});
map_model package
documentation
annotation/model
Property<T>
Property.new const constructor
Property class