expiresAt property

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

The end date of the grant offer validity period.

Implementation

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