MesiboMessage class

Inheritance

Constructors

MesiboMessage.new({required int mid, required int status, String? title, String? subtitle, String? footer, String? message, String? filePath, required int fileType, required double latitude, required double longitude, required MesiboProfileFlutter? profile, required MesiboProfileFlutter? groupProfile})

Properties

filePath String?
getter/setter pairinherited
fileType int
getter/setter pairinherited
getter/setter pairinherited
groupProfile MesiboProfileFlutter?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
latitude double
getter/setter pairinherited
longitude double
getter/setter pairinherited
message String?
getter/setter pairinherited
mid int
getter/setter pairinherited
profile MesiboProfileFlutter?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
getter/setter pairinherited
subtitle String?
getter/setter pairinherited
title String?
getter/setter pairinherited

Methods

encode() Object
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

objMap Map<int, MesiboMessage>
final

Static Methods

createInstance(List<Object?> result, {int? mid, int? status, String? title, String? subtitle, String? footer, String? message, String? filePath, int? fileType, double? latitude, double? longitude, MesiboProfileFlutter? profile, MesiboProfileFlutter? groupProfile}) MesiboMessage