encode method

  1. @override
bool encode(
  1. bool input
)
override

Implementation

@override
bool encode(bool input) {
  return input;
}