EmpireNullableStringProperty constructor Null safety

EmpireNullableStringProperty(
  1. String? value,
  2. EmpireViewModel viewModel,
  3. {String? propertyName}
)

Implementation

EmpireNullableStringProperty(super.value, super.viewModel,
    {super.propertyName});