OrderStatus.custom constructor

OrderStatus.custom(
  1. String value
)

Implementation

factory OrderStatus.custom(String value) => Custom(value);