call method

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

Implementation

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