Test.fromJson constructor

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

Implementation

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