posInSet property Null safety

int? posInSet

Implementation

int? get posInSet native;
void posInSet=(int? value)

Implementation

set posInSet(int? value) native;