isNegate property

  1. @JsonKey(name: 'neg')
bool get isNegate
inherited

If true, this is a negation label, overwriting a previous label.

Implementation

@JsonKey(name: 'neg')
bool get isNegate => throw _privateConstructorUsedError;