-
파라미터에 Underscore가 있는 것은 사용하지 않고 flutter 내부적 사용되는 private 형태라고 보면 된다. method(int useful, int useless) { } 위 메소드 호출은 아래와 같이 사용하면 된다. method(int useful, int _) { }