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