Test.fromJson constructor

Test.fromJson(
  1. Map<String, dynamic> json
)

Factory constructor to convert json into a Test model

Implementation

factory Test.fromJson(Map<String, dynamic> json) => _$TestFromJson(json);