GeneralMessageHelper class abstract interface

General message helper interface for common message system utilities.

Combines utility methods for message component parsing (e.g., content type extraction) and acts as a unified interface for core message helpers.

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

getContentType(Map content, [String? defaultValue]) String?
Extracts the content type from a raw content map.
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