field2 property
The field element associated with this field formal parameter.
Returns null
if the parameter references a field that doesn't exist.
Implementation
@Deprecated('Use field instead')
FieldElement? get field2;
The field element associated with this field formal parameter.
Returns null
if the parameter references a field that doesn't exist.
@Deprecated('Use field instead')
FieldElement? get field2;