call method

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

Implementation

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