ChildReference constructor

ChildReference({
  1. String? childLink,
  2. String? id,
  3. String? kind,
  4. String? selfLink,
})

Implementation

ChildReference({this.childLink, this.id, this.kind, this.selfLink});