toAcpJson method

  1. @override
AcpJsonString toAcpJson()
override

Converts this protocol value to its immutable JSON representation.

Implementation

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