VerbUtil class

Constructors

VerbUtil()

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

formatAtSign(String? atSign) String?
formatIso8601Micros(DateTime dt) String
Formats dt as an ISO 8601 UTC string with exactly six fractional-second digits, e.g. 2026-05-05T11:59:44.123456Z. The wire grammar for timestamp metadata fields (cAt/uAt/eAt/aAt/dAt) accepts this shape; DateTime.toIso8601String() is not used directly because it emits a variable number of fractional digits depending on whether the source value carries microseconds.
getFormattedValue(String value) String
getVerbParam(String regex, String command) HashMap<String, String?>?
replaceNewline(String value) String

Constants

newLineReplacePattern → const String