filter method

String filter(
  1. String value
)

Filter the code.

コードをフィルタリングします。

Implementation

String filter(String value) => value;