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