toNative static method

DrivingDirectionSignStyleNative toNative(
  1. DrivingDirectionSignStyle obj
)

Implementation

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