InvalidAttributeInfo constructor

const InvalidAttributeInfo(
  1. String propertyName,
  2. String propertyType
)

Implementation

const InvalidAttributeInfo(this.propertyName, this.propertyType);