items property

List<MARKS> items

Implementation

static List<MARKS> get items => [
      BOLD,
      ITALIC,
      UNDERLINE,
    ];