connectedAt property

  1. @JsonKey(fromJson: dateTimeFromJson)
DateTime? connectedAt
inherited

서비스에 연결 완료된 시각, UTC

Implementation

@JsonKey(fromJson: dateTimeFromJson)
DateTime? get connectedAt => throw _privateConstructorUsedError;