Metadata.fromJson constructor

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

Implementation

Metadata.fromJson(Map<String, dynamic> json) {
  accountLockType = json["AccountLockType"];
  teamLockType = json["TeamLockType"];
  disqualifyType = json["DisqualifyType"];
  minimumAccountLevel = json["minimumAccountLevel"];
}