storeId property

  1. @BuiltValueField.new(wireName: r'storeId')
String? get storeId

The unique identifier of the store.

Implementation

@BuiltValueField(wireName: r'storeId')
String? get storeId;