expiresAt property

  1. @BuiltValueField(wireName: r'expires_at')
DateTime expiresAt

ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to update the setting, a new flow has to be initiated.

Implementation

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