ReferenceObject constructor
Creates a ReferenceObject with the given ref.
Implementation
ReferenceObject(String ref, {this.summary, super.description})
: super(ref: ref);
Creates a ReferenceObject with the given ref.
ReferenceObject(String ref, {this.summary, super.description})
: super(ref: ref);