fromJson method
Implementation
@override
FontWeight fromJson(String json) {
return const NullableFontWeightConverter().fromJson(json)!;
}
@override
FontWeight fromJson(String json) {
return const NullableFontWeightConverter().fromJson(json)!;
}