expiresAt property

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

Expiry time of the QR code.

Implementation

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