fromJson static method
Implementation
static SuggestedPostStateDeclined? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const SuggestedPostStateDeclined();
}
static SuggestedPostStateDeclined? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const SuggestedPostStateDeclined();
}