NavSatStatus({ int? status, int? service, }): this.status = status ?? 0, this.service = service ?? 0;