storeDetails property

  1. @BuiltValueField.new(wireName: r'storeDetails')
Store? get storeDetails

The store that the terminal is assigned to.

Implementation

@BuiltValueField(wireName: r'storeDetails')
Store? get storeDetails;