MeSH class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

MeSH({String? descriptorUi, String? descriptorName, String? qualifierName, String? qualifierUi, bool? isMajorTopic})
MeSH.fromJson(Map<String, dynamic> json)
factory

Properties

descriptorName String?
The name of this MeSH term.
getter/setter pair
descriptorUi String?
The MeSH descriptor ID for this MeSH term.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMajorTopic bool?
If this MeSH term is a major topic for the work, this field will be true; otherwise it will be false.
getter/setter pair
qualifierName String?
The qualifier name for this MeSH term.
getter/setter pair
qualifierUi String?
The qualifier ID for this MeSH term.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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