GetMessagesDynamicallyParam constructor

GetMessagesDynamicallyParam(
  1. String sessionId,
  2. NIMSessionType sessionType, {
  3. int? fromTime,
  4. int? toTime,
  5. int? anchorServerId,
  6. String? anchorClientId,
  7. int? limit,
  8. NIMGetMessageDirection? direction,
})

Implementation

GetMessagesDynamicallyParam(this.sessionId, this.sessionType,
    {this.fromTime,
    this.toTime,
    this.anchorServerId,
    this.anchorClientId,
    this.limit,
    this.direction});