$ function

Field $(
  1. String name, {
  2. String? alias,
})

Implementation

Field $(String name, {String? alias}) => Field(name, alias ?? name);