Condition constructor
Condition({
- String? stringValue,
- double? numericValue,
- required Condition_Operator operation,
Implementation
Condition({this.stringValue, this.numericValue, required this.operation})
: super(fullyQualifiedName);