call method
Applies the given arguments. This method MUST throw an Exception on invalid args.
Implementation
@override
Maybe<String> call(SingularNodeList nodes) =>
Just(nodes.node?.key).type<String>();
Applies the given arguments. This method MUST throw an Exception on invalid args.
@override
Maybe<String> call(SingularNodeList nodes) =>
Just(nodes.node?.key).type<String>();