toJson method

  1. @override
dynamic toJson()
override

Implementation

@override
dynamic toJson() => isInt ? valueNumber?.toInt() : valueNumber;