fromJson method
Implementation
@override
FlutterKey? fromJson(Object? json) =>
convertNullable(json: json, converters: FlutterKeyConverter.converters);
@override
FlutterKey? fromJson(Object? json) =>
convertNullable(json: json, converters: FlutterKeyConverter.converters);