CodepointToUTF8 method

String CodepointToUTF8(
  1. num codepoint
)

Implementation

String CodepointToUTF8(
  num codepoint,
) => 'CodepointToUTF8($codepoint)';