menu
another_stability_ai package
documentation
error_models.dart
ServerError
ServerError.fromJson factory constructor
ServerError.fromJson factory constructor
dark_mode
light_mode
ServerError.fromJson
constructor
ServerError.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ServerError.fromJson(Map<String, dynamic> json) => _$ServerErrorFromJson(json);
another_stability_ai package
documentation
error_models
ServerError
ServerError.fromJson factory constructor
ServerError class