toJson method

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

Implementation

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