menu
puma_network package
documentation
redux/error/commonError.dart
CommonError
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
Implementation
String toJson() { return json.encode(serializers.serializeWith(CommonError.serializer, this)); }
puma_network package
documentation
redux/error/commonError
CommonError
toJson method
CommonError class