AlexIds class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- AlexIds.new({String? doi, String? mag, String? openalex, String? pmid, String? pmcid})
-
AlexIds.fromJson(Map<
String, dynamic> json) -
factory
Properties
- doi ↔ String?
-
The DOI. Same as Work.doi
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mag ↔ String?
-
the Microsoft Academic Graph ID
getter/setter pair
- openalex ↔ String?
-
The OpenAlex ID. Same as Work.id
getter/setter pair
- pmcid ↔ String?
-
The PubMed Central ID
getter/setter pair
- pmid ↔ String?
-
The PubMed ID
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