fromJson method

  1. @override
FlutterLocalKey? fromJson(
  1. Object? json
)

Implementation

@override
FlutterLocalKey? fromJson(Object? json) => convertNullable(
    json: json, converters: FlutterLocalKeyConverter.converters);