named static method
Implementation
static ActionBlockHandle named(
String name, {
required ActionBlockLookupScope scope,
}) => ActionBlockHandle(
name: name,
key: '',
scope: scope,
params: const <String, DslType>{},
returnType: null,
returnName: null,
ownerWidgetClassName: null,
isNamedLookup: true,
);