EMCursorResult<T> constructor

EMCursorResult<T>(
  1. String? cursor,
  2. List<T> data
)

Implementation

EMCursorResult(
  this.cursor,
  this.data,
);