call method

  1. @override
NavSatStatus call({
  1. int? status,
  2. int? service,
})

Implementation

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