menu
flutter_ast_core package
documentation
flutter_ast_core.dart
DartConstructor
DartConstructor.fromJson factory constructor
DartConstructor.fromJson factory constructor
dark_mode
light_mode
DartConstructor.fromJson
constructor
DartConstructor.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory DartConstructor.fromJson(Map<String, dynamic> json) => _$DartConstructorFromJson(json);
flutter_ast_core package
documentation
flutter_ast_core
DartConstructor
DartConstructor.fromJson factory constructor
DartConstructor class