toNative static method
Implementation
static DrivingDirectionSignStyleNative toNative(
DrivingDirectionSignStyle obj) {
return _DrivingDirectionSignStyleNativeInit(
to_native.toNativeColor(obj.textColor),
to_native.toNativeColor(obj.bgColor));
}