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