Suite.fromJson constructor

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

Deserialize a Suite from a JSON Object

Implementation

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