toAcpJson method
Converts this protocol value to its immutable JSON representation.
Implementation
@override
AcpJsonNumber toAcpJson() => AcpJsonNumber(value);
Converts this protocol value to its immutable JSON representation.
@override
AcpJsonNumber toAcpJson() => AcpJsonNumber(value);