call method

  1. @override
bool call(
  1. Maybe v
)
override

Applies the given arguments. This method MUST throw an Exception on invalid args.

Implementation

@override
bool call(v) => v.map((v) => v is Map).or(false);