NotfoundPropertyException constructor

NotfoundPropertyException(
  1. Object propertyKey
)

NotfoundPropertyException

Implementation

NotfoundPropertyException(Object propertyKey) : super(propertyKey, '''

[Flutter MVVM]

Property not found.
  - propertyKey: $propertyKey
''');