deployed property

  1. @JsonKey.new(fromJson: _deployedFromJson)
DateTime deployed
getter/setter pair

The timestamp (in UTC) when this deployment was deployed on this smartphone.

Implementation

// Missing in 1.x deployments, where deployed was nullable.
@JsonKey(fromJson: _deployedFromJson)
DateTime deployed = DateTime.now().toUtc();