@override Future<bool> get initialized async { var inited = _shim.initialized; final JSBoolean result = await inited.toDart; return result.toDart; }