Strings class

Contains logging messages and var names.

Constructors

Strings()

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

lintNameRegex RegExp
Regexp for mapping provided lint name.
final

Static Methods

incorrectLimitMessage(dynamic limit) String
Formats 'incorrect limit' log message.
lintName(int limit) String
Formats lint name.
matchFoundMessage(int limit) String
Formats 'not found' log message.
problemMessage(int limit) String
Formats lint warning message.

Constants

defaultReturnMessage → const String
Provides 'default rule enabled' log message.
loadingMessage → const String
Provides 'loading' log message.
notFoundMessage → const String
Provides 'not found' log message.
stfulName → const String
Provides 'StatefulWidget' widget name.
stlessName → const String
Provides 'StatelessWidget' widget name.