endedAt property

  1. @BuiltValueField(wireName: r'ended_at')
DateTime? endedAt

If the subscription has ended, the date the subscription ended.

Implementation

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