ViewModelProperty constructor

const ViewModelProperty(
  1. String name,
  2. DataType type
)

Implementation

const ViewModelProperty(this.name, this.type);