toNative static method
Implementation
static ImagesImageDataDescriptorNative toNative(
ImagesImageDataDescriptor obj) {
return _ImagesImageDataDescriptorNativeInit(
to_native.toNativeString(obj.imageId),
to_native.toNativePtrColor(obj.primaryColor),
to_native.toNativePtrColor(obj.secondaryColor),
to_native.toNativePtrColor(obj.tertiaryColor));
}