ready property

Pointer<NativeFunction<Void Function(Pointer<DiscordUser>)>> ready
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<ffi.Void Function(ffi.Pointer<DiscordUser>)>> ready;