Suite.fromJson constructor

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

Factory constructor to convert json into a Suite model

Implementation

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