businessLineIds property

  1. @BuiltValueField.new(wireName: r'businessLineIds')
BuiltList<String>? get businessLineIds

The unique identifiers of the business lines that the store is associated with.

Implementation

@BuiltValueField(wireName: r'businessLineIds')
BuiltList<String>? get businessLineIds;