Append class

These methods ensure the safe usage of maps in the Constants class. For reliable operation, it's crucial to use these methods when implementing various functionalities.

Constructors

Append()

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

constant({required String key, required String value, bool override = false, String type = ''}) → void
This static method allows adding constant values to specific maps in the Constants class.
dbParameters({required String param, required dynamic value, dynamic update = false}) → void
This static method updates the database parameters based on the provided arguments.