Field constructor
Field({})
Implementation
Field({
this.kind = Field_Kind.$default,
this.cardinality = Field_Cardinality.$default,
this.number = 0,
this.name = '',
this.typeUrl = '',
this.oneofIndex = 0,
this.packed = false,
this.options = const [],
this.jsonName = '',
this.defaultValue = '',
}) : super(fullyQualifiedName);