EmpireListProperty<T> constructor
Null safety
- List<
T> value, - EmpireViewModel viewModel,
- {String? propertyName}
Implementation
EmpireListProperty(super.value, super.viewModel, {super.propertyName}) {
_originalValue = List<T>.from(value);
}