menu
macrotic package
documentation
macros/model.dart
MirrorMethod<O>
MirrorMethod.new const constructor
MirrorMethod.new const constructor
dark_mode
light_mode
MirrorMethod<
O
>
constructor
const
MirrorMethod<
O
>
(
String
name
,
List
<
Object
>
annotations
,
dynamic
caller
(
O
,
List
)
)
Implementation
const MirrorMethod(this.name, this.annotations, this.caller);
macrotic package
documentation
macros/model
MirrorMethod<O>
MirrorMethod.new const constructor
MirrorMethod class