fromNative static method

SpannableStringSpan fromNative(
  1. SpannableStringSpanNative native
)

Implementation

static SpannableStringSpan fromNative(SpannableStringSpanNative native) {
  return SpannableStringSpan(begin: native.begin, end: native.end);
}