call method

  1. @override
Int16 call({
  1. int? data,
})

Implementation

@override
Int16 call({
  int? data,
}) => Int16(
data: data,
);