Test.fromJson constructor

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

Deserialize a Test from a JSON Object

Implementation

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