level property Null safety

int? level

Implementation

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

Implementation

set level(int? value) native;