menu
postman package
documentation
models/postman_collection.dart
Item
Item.fromJson factory constructor
Item.fromJson factory constructor
dark_mode
light_mode
Item.fromJson
constructor
Item.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Item.fromJson(Map<String, dynamic> json) => _$ItemFromJson(json);
postman package
documentation
models/postman_collection
Item
Item.fromJson factory constructor
Item class