CaseMapping class

A locale-sensitive case mapper for transforming strings.

This class provides methods to convert strings to lowercase or uppercase based on the current locale. During testing, the input is returned unchanged.

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
toLowerCase(String input) String
toString() String
A string representation of this object.
inherited
toUpperCase(String input) String

Operators

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