menu
json_to_form_with_theme package
documentation
parsers/header_parser.dart
HeaderParser
HeaderParser.fromJson constructor
HeaderParser.fromJson constructor
dark_mode
light_mode
HeaderParser.fromJson
constructor
HeaderParser.fromJson
(
Map
<
String
,
dynamic
>
json
,
int
index
)
Implementation
HeaderParser.fromJson(Map<String, dynamic> json, this.index) : name = json['name'], id = json['id'];
json_to_form_with_theme package
documentation
parsers/header_parser
HeaderParser
HeaderParser.fromJson constructor
HeaderParser class