toMap method

Map<String, Object?> toMap()

Implementation

Map<String, Object?> toMap() => <String, Object?>{
      'sequenceId': sequenceId,
      'mode': mode.name,
      'historyLimit': historyLimit,
      'forwardWindow': forwardWindow,
      'refillThreshold': refillThreshold,
      'maxItems': maxItems,
      'maxPendingRequests': maxPendingRequests,
      'maxEvents': maxEvents,
      'requestTimeoutMs': requestTimeoutMs,
      'sourceExpiryLeadMs': sourceExpiryLeadMs,
      'maxSourceRegistryEntries': maxSourceRegistryEntries,
    };