call method

  1. @override
Bool call({
  1. bool? data,
})

Implementation

@override
Bool call({
  bool? data,
}) => Bool(
data: data,
);