fromJson method
Implementation
@override
StrutStyle fromJson(Map<String, dynamic> json) {
return const NullableStrutStyleConverter().fromJson(json)!;
}
@override
StrutStyle fromJson(Map<String, dynamic> json) {
return const NullableStrutStyleConverter().fromJson(json)!;
}