Model constructor

const Model(
  1. List<Property> properties, {
  2. Map<Type, String> converts = const {},
})

Model annotation

Implementation

const Model(this.properties, {this.converts  = const {}});