FootEndNote class

Class for storing Foot and End notes

Constructors

FootEndNote(String id, String pStyle, String rStyle, String text)
Constructor

Properties

hashCode → int
The hash code for this object.
no setterinherited
id ↔ String
id
getter/setter pair
pStyle ↔ String
para style
getter/setter pair
rStyle ↔ String
row style
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
text ↔ String
Text
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited