NotOfTypePropertyException constructor

NotOfTypePropertyException(
  1. Object propertyKey,
  2. Object propertyType
)

NotOfTypePropertyException

Implementation

NotOfTypePropertyException(Object propertyKey, this.propertyType)
    : super(propertyKey, '''

[Flutter MVVM]

Property is not $propertyType
  - propertyKey: $propertyKey
''');