RitoArtifactDecoder constructor

const RitoArtifactDecoder({
  1. RitoPrimitiveListDecoder displayListDecoder = const RitoPrimitiveListDecoder(),
})

Implementation

const RitoArtifactDecoder({
  this.displayListDecoder = const RitoPrimitiveListDecoder(),
});