MIX_is_not_supported method

String MIX_is_not_supported(
  1. dynamic item
)
override
"不支持 $item"

Implementation

String MIX_is_not_supported(dynamic item) => """不支持 $item""";