UnknownPropertyError constructor

UnknownPropertyError(
  1. String componentId,
  2. String propertyId
)

Implementation

UnknownPropertyError(this.componentId, this.propertyId);