toValue method

String toValue()

Implementation

String toValue() {
  FlutterChannelMapper.ensureInitialized();
  return MapperContainer.globals.toValue<FlutterChannel>(this) as String;
}