menu
flutter_feature_network package
documentation
flutter_feature_network.dart
FeatureNetworkException
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
String
>
toJson
(
)
Implementation
Map<String, String> toJson() { return { 'code': code, 'message': message, }; }
flutter_feature_network package
documentation
flutter_feature_network
FeatureNetworkException
toJson method
FeatureNetworkException class