encodeInt method

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

Implementation

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