Notebook class

Constructors

Notebook({User? createdBy, String? createdDateTime, String? id, bool? isDefault, bool? isShared, User? lastModifiedBy, String? lastModifiedDateTime, List<String>? links, String? displayName, String? sectionGroupsUrl, String? sectionsUrl, String? self, String? userRole})
Notebook.fromJson(Map<String, dynamic> json)
factory

Properties

createdBy User?
final
createdDateTime String?
final
displayName String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDefault bool?
final
isShared bool?
final
lastModifiedBy User?
final
lastModifiedDateTime String?
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionGroupsUrl String?
final
sectionsUrl String?
final
self String?
final
userRole String?
final

Methods

copyWith({User? createdBy, String? createdDateTime, String? id, bool? isDefault, bool? isShared, User? lastModifiedBy, String? lastModifiedDateTime, List<String>? links, String? displayName, String? sectionGroupsUrl, String? sectionsUrl, String? self, String? userRole}) Notebook
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