menu
revali_construct package
documentation
models/method_annotation.dart
MethodAnnotation
MethodAnnotation.new const constructor
MethodAnnotation.new const constructor
dark_mode
light_mode
MethodAnnotation
constructor
const
MethodAnnotation
(
String
name
, {
required
String
?
path
,
})
Implementation
const MethodAnnotation(super.name, {required super.path});
revali_construct package
documentation
models/method_annotation
MethodAnnotation
MethodAnnotation.new const constructor
MethodAnnotation class