toJson method

  1. @override
String toJson(
  1. BigInt data
)

Implementation

@override
String toJson(BigInt data) => data.toString();