deployed property
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();