ObjectIdentifier constructor

const ObjectIdentifier(
  1. List<int> nodes
)

Implementation

const ObjectIdentifier(this.nodes);