StatusHelper class

Constructors

StatusHelper()

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

getColorCall({String? status}) Color
getImageCall({String? status}) String
getImageTypeCall({String? status, String? type}) String
getMessageCall({String? status, String? content = ""}) String
getMessageCallError({required int errorCode}) String
getMessageStatusCall({String? status}) String
getMessageWaring({required int code, String? content}) String