decode method

  1. @override
bool decode(
  1. bool output
)
override

Implementation

@override
bool decode(bool output) {
  return output;
}