fromJson method
Implementation
@override
List<FlutterShadow>? fromJson(Object? json) {
if (null == json) return null;
return const FlutterShadowListConverter().fromJson(json);
}
@override
List<FlutterShadow>? fromJson(Object? json) {
if (null == json) return null;
return const FlutterShadowListConverter().fromJson(json);
}