attributeForKey_ property

ObjCProtocolMethod<ObjCObjectBase? Function(NSString)> attributeForKey_
final

Returns the feature attribute for the given attribute name.

See the attributes property’s documentation for details on keys and values associated with this method.

Implementation

static final attributeForKey_ = objc.ObjCProtocolMethod<objc.ObjCObjectBase? Function(objc.NSString )>(
      _protocol_MLNCluster,
      _sel_attributeForKey_,
      ffi.Native.addressOf<ffi.NativeFunction<instancetype Function(ffi.Pointer<objc.ObjCObject> , ffi.Pointer<ffi.Void> , ffi.Pointer<objc.ObjCObject> )>>(_MapLibreFFi_protocolTrampoline_xr62hr).cast(),
      objc.getProtocolMethodSignature(
          _protocol_MLNCluster,
          _sel_attributeForKey_,
          isRequired: true,
          isInstanceMethod: true,
      ),
      (objc.ObjCObjectBase? Function(objc.NSString ) func) => ObjCBlock_objcObjCObject_ffiVoid_UIActivityItemsConfigurationMetadataKey.fromFunction((ffi.Pointer<ffi.Void> _, objc.NSString arg1) => func(arg1)),

    );