OrgEntity class

Implemented types
Annotations
  • @JsonSerializable()

Constructors

OrgEntity({required String name, required bool useBrackets, required String latex, required bool requireLatexMath, required String html, required String ascii, required String latin1, required String utf8})
OrgEntity.fromJson(Map<String, dynamic> json)
factory

Properties

ascii String
final
data Data?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
html String
final
latex String
final
latin1 String
final
name String
final
position Position?
getter/setter pairinherited
requireLatexMath bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
A representation of the variant of a node.
final
useBrackets bool
final
utf8 String
final

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