encode method

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

Implementation

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