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