Funder class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Funder({List<
String> ? alternateTitles, int? citedByCount, String? countryCode, List<CountByYear> ? countsByYear, String? createdDate, String? description, String? displayName, int? grantsCount, String? homepageUrl, String? id, AlexIds? ids, String? imageThumbnailUrl, String? imageUrl, List<Role> ? roles, SummaryStats? summaryStats, String? updatedDate, int? worksCount}) -
Funder.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
alternateTitles
↔ List<
String> ? -
getter/setter pair
- citedByCount ↔ int?
-
getter/setter pair
- countryCode ↔ String?
-
getter/setter pair
-
countsByYear
↔ List<
CountByYear> ? -
getter/setter pair
- createdDate ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- displayName ↔ String?
-
getter/setter pair
- grantsCount ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- homepageUrl ↔ String?
-
getter/setter pair
- id ↔ String?
-
getter/setter pair
- ids ↔ AlexIds?
-
getter/setter pair
- imageThumbnailUrl ↔ String?
-
getter/setter pair
- imageUrl ↔ String?
-
getter/setter pair
-
roles
↔ List<
Role> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summaryStats ↔ SummaryStats?
-
getter/setter pair
- updatedDate ↔ String?
-
getter/setter pair
- worksCount ↔ int?
-
getter/setter pair
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