LegalPlatform.fromJson constructor

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

Implementation

LegalPlatform.fromJson(Map<String, dynamic> json) {
  id = json["id"];
  platformUuid = json["platformUuid"];
  label = json["label"];
}