StringUtils class

Constructors

StringUtils.new()

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

convertJsonToString(dynamic map) String
convertObjectToString(dynamic data, {bool isFormatText = true}) String
convertStringToJson(String? text) Map<String, dynamic>?
convertStringToObject(dynamic text) → dynamic
formatBytes(int bytes, [int decimals = 2]) String
formatJsonString(String? json) String
getBaseUrlAndPath(String? url) String
getTimeFromMiliseconds(int? milliseconds) String