menu
revali_construct package
documentation
models/method_annotation.dart
MethodAnnotation
MethodAnnotation const constructor
MethodAnnotation 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 const constructor
MethodAnnotation class