events property
The list of events leading up to the current status of the transfer.
Implementation
@BuiltValueField(wireName: r'events')
BuiltList<TransferEvent>? get events;
The list of events leading up to the current status of the transfer.
@BuiltValueField(wireName: r'events')
BuiltList<TransferEvent>? get events;