ExecutableWithResolver constructor

const ExecutableWithResolver([
  1. GetExecutableType? getType
])

Implementation

const ExecutableWithResolver([GetExecutableType? getType])
    : getType = getType ?? GetExecutableType.withoutContext,
      super();