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
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