PageBulk class
Constructors
-
PageBulk({dynamic id, String? status, String? title, dynamic spaceId, dynamic parentId, String? parentType, int? position, String? authorId, DateTime? createdAt, Version? version, BodyBulk? body, AbstractPageLinks? links})
-
-
PageBulk.fromJson(Map<String, Object?> json)
-
factory
Methods
-
copyWith({dynamic id, String? status, String? title, dynamic spaceId, dynamic parentId, String? parentType, int? position, String? authorId, DateTime? createdAt, Version? version, BodyBulk? body, AbstractPageLinks? links})
→ PageBulk
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, Object?>
-
-
toString()
→ String
-
A string representation of this object.
inherited