fromJson method

  1. @override
T fromJson(
  1. S json
)

Implementation

@override
T fromJson(S json) => _converter.fromJson(json) ?? defaultValue;