DictionaryPitch class

A database entity that that represents supplementary pitch accent data for a certain search key.

Annotations

Constructors

DictionaryPitch({required int downstep, Id? id})
Pitch data contains a downstep value, and pertains to a certain search key and a dictionary.

Properties

dictionary IsarLink<Dictionary>
This object belongs to a dictionary.
final
downstep int
Number that represents the index of the morae where the downstep occurs.
final
hashCode int
The hash code for this object.
read-onlyoverride
heading IsarLink<DictionaryHeading>
This object pertains to a certain heading.
final
id Id?
Identifier for database purposes.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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.
override