FormSelfModel.formJson constructor

FormSelfModel.formJson(
  1. Map<String, dynamic> json
)

Implementation

FormSelfModel.formJson(Map<String, dynamic> json)
    : type = json["type"],
      properties = json["properties"];