position property

String? position

Property getter and setter for position:

Implementation

String? get position;
void position=(String? position)

Implementation

set position(String? position);