expiresAt property

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

The time at which custom status should be expired. It should be in ISO format.

Implementation

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