toList method

List<bool> toList()

Implementation

List<bool> toList() {
  return [bold, italic, underlined];
}