FormSelfModel constructor

FormSelfModel(
  1. String type,
  2. Map<String, dynamic> properties
)

Implementation

FormSelfModel(this.type, this.properties);