Test.fromJson constructor

Test.fromJson(
  1. Json json
)

Implementation

factory Test.fromJson(Json json) => _$TestFromJson(json);