quantityFromString property

double? get quantityFromString

Implementation

double? get quantityFromString {
  return this?.quantityFromString();
}