Bookshelf class

Constructors

Bookshelf({String? access, String? created, String? description, int? id, String? kind, String? selfLink, String? title, String? updated, int? volumeCount, String? volumesLastUpdated})
Bookshelf.fromJson(Map json_)

Properties

access String?
Whether this bookshelf is PUBLIC or PRIVATE.
getter/setter pair
created String?
Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
getter/setter pair
description String?
Description of this bookshelf.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
Id of this bookshelf, only unique by user.
getter/setter pair
kind String?
Resource type for bookshelf metadata.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
URL to this resource.
getter/setter pair
title String?
Title of this bookshelf.
getter/setter pair
updated String?
Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
getter/setter pair
volumeCount int?
Number of volumes in this bookshelf.
getter/setter pair
volumesLastUpdated String?
Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
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