StringsUtils class

Constructors

StringsUtils()

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 Methods

changeCommaValue(String content, String key, String value, {String? separator, String? equalSymbol}) String
Comma Values
fakeUUID() String
getCommaValue(String content, String key, {String? separator, String? equalSymbol}) String?
getCommaValueIndexes(String content, String key, {String separator = ';', String equalSymbol = '='}) List<int>?
random(int length) String
Random Methods
randomHex(int length) String