HelpPrints class

A collection of help messages and documentation for the translations code generator.

This class provides comprehensive help content that is displayed to users when they request help or when they need guidance on using the tool correctly.

The help content includes detailed information about:

  • Supported command-line arguments and their usage
  • Available generation modes and their purposes
  • Configuration requirements and examples
  • Links to additional documentation and resources

Example usage:

print(HelpPrints.commandsHelp);

See also:

Constructors

HelpPrints()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

commandsHelp String
Comprehensive help message containing all usage information for the tool.
final