MixProperty constructor

const MixProperty({
  1. String? description,
  2. Type? dtoType,
})

Implementation

const MixProperty({this.description, this.dtoType});