status property

  1. @BuiltValueField.new(wireName: r'status')
StoreDetailStatusEnum? get status

The status of the store. Possible values: Pending, Active, Inactive, InactiveWithModifications, Closed.

Implementation

@BuiltValueField(wireName: r'status')
StoreDetailStatusEnum? get status;