NectorUtils class

Constructors

NectorUtils()

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

beautifyJson(Map<String, dynamic> jsonObject) String
createCurlCommand(String url, String method, {String? body, Map<String, dynamic>? headers, Map<String, dynamic>? queryParams, FormData? formData}) String
formDataToJson(FormData formData) Map<String, dynamic>
hhMMSSAADateParse(DateTime dateTime) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseBytes(int bytes) String
parseMilliseconds(int ms) String
toString() String
A string representation of this object.
inherited
tryEncode(Map<String, dynamic> data) String?

Operators

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

Static Methods

log(String message) → void