factory SentAt.fromJson(Map<String, dynamic> json) => SentAt( seconds: json["seconds"], nanoseconds: json["nanoseconds"], );