EmpireProperty<T> constructor
Null safety
- T _value,
- EmpireViewModel _viewModel,
- {String? propertyName}
Implementation
EmpireProperty(this._value, this._viewModel, {this.propertyName}) {
_originalValue = _value;
}