@override Map<String, Object?> toMap() { return { if (cursor != null) 'cursor': cursor, if ($meta != null) '_meta': $meta!.toMap(), }; }