ChatUIKitRouteBackModel class
路由返回信息,用于标记路由返回到上一页时的变更类型和 profileId
Constructors
- ChatUIKitRouteBackModel({required ChatUIKitRouteBackType type, required String profileId})
- 
          
            const
- ChatUIKitRouteBackModel.add(String profileId)
- 信息添加。
- ChatUIKitRouteBackModel.remove(String profileId)
- 信息删除。
- ChatUIKitRouteBackModel.update(String profileId)
- profileId对应信息更新。
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- profileId → String
- 
  profileId。
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- type → ChatUIKitRouteBackType
- 
  信息变更类型。
  final
Methods
- 
  copy() → ChatUIKitRouteBackModel 
- 用于复制当前对象。 ChatUIKitRouteBackModel 为不可变对象,当需要修改时,需要复制一份新的对象。
- 
  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