MessageTemplatesResolverV1 class

Constructors

MessageTemplatesResolverV1([ConfigParams? config, IReferences? references])

Properties

client IMessageTemplatesClientV1?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templates Map<String, MessageTemplateV1>
final

Methods

configure(ConfigParams config) → void
Configures component by passing configuration parameters.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String name, dynamic template) → void
resolve(String? name) Future<MessageTemplateV1?>
setReferences(IReferences references) → void
Sets references to dependent components.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromTuples(List? tuples) MessageTemplatesResolverV1