toAcpJson method

  1. @override
AcpJsonObject toAcpJson()
override

Converts this protocol value to its immutable JSON representation.

Implementation

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