call method
Implementation
@override
NavSatStatus call({
int? status,
int? service,
}) => NavSatStatus(
status: status,
service: service,
);
@override
NavSatStatus call({
int? status,
int? service,
}) => NavSatStatus(
status: status,
service: service,
);