toAcpJson method

  1. @override
AcpJsonValue toAcpJson()
override

Converts this protocol value to its immutable JSON representation.

Implementation

@override
AcpJsonValue toAcpJson() => AcpJsonValue.fromObject(toJson());