Mileage property
String?
get
Mileage
Implementation
String? get Mileage => this.PropertyBag[TaskSchema.Mileage] as String?;
set
Mileage
(String? value)
Implementation
set Mileage(String? value) => this.PropertyBag[TaskSchema.Mileage] = value;