Named constructor

const Named(
  1. String? name
)

default constructor

Implementation

const Named(this.name) : type = null;