toJson method

  1. @override
String toJson(
  1. int object
)

Implementation

@override
String toJson(int object) {
  return object.toString();
}