FakeTool constructor

FakeTool()

Fake tool for testing. It just returns the input string as is.

Implementation

FakeTool()
  : super(
      name: 'take',
      description: 'Returns the input string as is.',
      inputDescription: 'A string',
    );