loop property Null safety

bool? loop

Implementation

bool? get loop native;
void loop=(bool? value)

Implementation

set loop(bool? value) native;