toJson method

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

Implementation

@override
String toJson(num object) => object.toString();