Annotations class

Constructors

Annotations({required bool bold, required bool italic, required bool strikethrough, required bool underline, required bool code, required String color})
Annotations.empty()
Annotations.fromJson(Map<String, dynamic> json)

Properties

bold bool
getter/setter pair
code bool
getter/setter pair
color String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
italic bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strikethrough bool
getter/setter pair
underline bool
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