menu
flutter_pinelabs package
documentation
models/response_model.dart
ResponseModel
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
get json string from
ResponseModel
.
Implementation
String toJson() => json.encode(toMap());
flutter_pinelabs package
documentation
models/response_model
ResponseModel
toJson method
ResponseModel class