sentAt property

  1. @JsonKey(name: 'sent')
DateTime? sentAt
inherited

The time when the request body was returned.

Implementation

@JsonKey(name: 'sent')
DateTime? get sentAt => throw _privateConstructorUsedError;