Mapper class

Constructors

Mapper.new()

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

attributesToMap(dynamic attributes) Map<String, dynamic>?
channelMapped(TwilioConversationsPlugin pluginInstance, TwilioConversationsChannel channel, JSPaginator<TwilioConversationsMessage>? messages) → dynamic
channelsToMap(TwilioConversationsPlugin pluginInstance, List<TwilioConversationsChannel>? channels) Future<Map<String, dynamic>>
channelToMap(TwilioConversationsPlugin pluginInstance, TwilioConversationsChannel? channel) Future<Map<String, dynamic>?>
chatClientToMap(TwilioConversationsPlugin pluginInstance, TwilioConversationsClient chatClient, List<TwilioConversationsChannel>? channels, bool initialized) Future<Map<String, dynamic>?>
connectionStateToString(ConnectionState state) String
dateToString(dynamic date) String?
errorInfoToMap(ErrorInfo? e) Map<String, dynamic>?
mediaToMap(TwilioConversationsMessage message) Map<String, dynamic>?
memberToMap(TwilioConversationsMember? member) Map<String, dynamic>?
memberTypeToString(String type) → dynamic
messageMapped(TwilioConversationsMessage message, TwilioConversationsMember? member) Map<String, dynamic>
messagesToMap(List<TwilioConversationsMessage>? messages) Map<String, dynamic>?
messageToMap(TwilioConversationsMessage message) Future<Map<String, dynamic>>
usersToMap(TwilioConversationsPlugin pluginInstance, TwilioConversationsClient chatClient) Future<Map<String, dynamic>?>
userToMap(dynamic user, TwilioConversationsClient chatClient) Future<Map<String, dynamic>>