FieldNode constructor

FieldNode(
  1. String name,
  2. String? alias
)

Implementation

FieldNode(this.name, this.alias);