encodeInt method

  1. @protected
List<String> encodeInt(
  1. int value
)

Implementation

@protected
List<String> encodeInt(int value) => encodeObject(value);