name property

String name
final

Output variable name.

@CustomInfo('myResult') const someNameHereNotImportant = 'command', 'arg1', 'arg2';

will generate name:

const 'myResult' = 'xxx';

Implementation

final String name;