type property

int? type

Implementation

int? get type => data.length > 11 ? data[10] : null;