call method

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

Implementation

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