Acorde class

Constructors

Acorde({required List<Posicao> posicoes, required String? nome, Pestana? pestana, String? textNumeroCasa, String? familia, List<String>? labels, List<String>? labelsSimbolsViolao, bool isCanhoto = false})

Properties

familia String?
final
hashCode int
The hash code for this object.
no setterinherited
isCanhoto bool
final
labels List<String>?
final
labelsSimbolsViolao List<String>?
final
nome String?
final
pestana Pestana?
final
posicoes List<Posicao>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textNumeroCasa String?
final

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