getMeta method

Return the metadata of the item

@param this_ the object handle

Implementation

Future<EtebaseItemMetadata> getMeta() => _isolate.invoke<EtebaseItemMetadata>(
      #etebase_item_get_meta,
      <dynamic>[_pointer.address],
    );