menu
macrotic package
documentation
macros/model.dart
MirrorField<O, T>
MirrorField.new const constructor
MirrorField.new const constructor
dark_mode
light_mode
MirrorField<
O
,
T
>
constructor
const
MirrorField<
O
,
T
>
(
String
name
,
Type
type
,
T
get
(
O
instance
),
O
set
(
O
instance
,
T
value
),
List
<
Object
>
annotations
,
)
Implementation
const MirrorField(this.name, this.type, this.get, this.set, this.annotations);
macrotic package
documentation
macros/model
MirrorField<O, T>
MirrorField.new const constructor
MirrorField class