expiresAt property

  1. @JsonKey(name: 'expires_in')
  2. @DateTimeConverter()
DateTime expiresAt
inherited

Implementation

@JsonKey(name: 'expires_in')
@DateTimeConverter()
DateTime get expiresAt => throw _privateConstructorUsedError;