toAcpJson method

  1. @override
AcpJsonNumber toAcpJson()
override

Converts this protocol value to its immutable JSON representation.

Implementation

@override
AcpJsonNumber toAcpJson() => AcpJsonNumber(value);