isDone method

Future<bool> isDone()

Indicates whether there is no more data to fetch

@param this_ the object handle

Implementation

Future<bool> isDone() => _isolate.invoke<bool>(
      #etebase_item_revisions_list_response_is_done,
      <dynamic>[_pointer.address],
    );