getPositiveChar method

  1. @override
String getPositiveChar()
override

Implementation

@override
String getPositiveChar() {
  return '+';
}