call method

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

Implementation

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