fromJson method

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

Implementation

@override
T fromJson(dynamic json) => json as T;