expiresAt property

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

The expiry date for the order.

Implementation

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