Utils class

A utility class providing static methods for common functionalities.

This class includes methods for various utility operations that can be used throughout the application. It is not meant to be instantiated.

Constructors

Utils()

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

dateFormat(DateTime date, {String format = 'yyyy-MM-dd HH:mm:ss'}) String
Formats a given DateTime object into a string according to the specified format.