call method

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

Implementation

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