Reference constructor

Reference({
  1. String? name,
  2. String? type,
})

Implementation

Reference({this.name, this.type});