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