level property

int level

get level

Implementation

int get level => int.tryParse(attributes["level"].toString()) ?? 1;