coreValue property

  1. @visibleForTesting
RT_FontDecoration coreValue

Implementation

@visibleForTesting
RT_FontDecoration get coreValue => switch (this) {
      lineThrough => RT_FontDecoration.RT_FontDecoration_lineThrough,
      none => RT_FontDecoration.RT_FontDecoration_none,
      underline => RT_FontDecoration.RT_FontDecoration_underline,
    };