operator property

String? operator
getter/setter pair

operator should be left null, or one of the following: gt, lt, gte, lte, for >, <, >=, <= respectively

Implementation

String? operator;