NestingLevelSuggestionState class
A mask that indicates which of the fields on the base NestingLevel have been changed in this suggestion.
For any field set to true, there's a new suggested value.
Constructors
- NestingLevelSuggestionState({bool? bulletAlignmentSuggested, bool? glyphFormatSuggested, bool? glyphSymbolSuggested, bool? glyphTypeSuggested, bool? indentFirstLineSuggested, bool? indentStartSuggested, bool? startNumberSuggested, TextStyleSuggestionState? textStyleSuggestionState})
- NestingLevelSuggestionState.fromJson(Map json_)
Properties
- bulletAlignmentSuggested ↔ bool?
- 
  Indicates if there was a suggested change to bullet_alignment.
  getter/setter pair
- glyphFormatSuggested ↔ bool?
- 
  Indicates if there was a suggested change to glyph_format.
  getter/setter pair
- glyphSymbolSuggested ↔ bool?
- 
  Indicates if there was a suggested change to glyph_symbol.
  getter/setter pair
- glyphTypeSuggested ↔ bool?
- 
  Indicates if there was a suggested change to glyph_type.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- indentFirstLineSuggested ↔ bool?
- 
  Indicates if there was a suggested change to indent_first_line.
  getter/setter pair
- indentStartSuggested ↔ bool?
- 
  Indicates if there was a suggested change to indent_start.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- startNumberSuggested ↔ bool?
- 
  Indicates if there was a suggested change to start_number.
  getter/setter pair
- textStyleSuggestionState ↔ TextStyleSuggestionState?
- 
  A mask that indicates which of the fields in text style have been changed
in this suggestion.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited