BlogsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(String blogId, {int? maxPosts, String? view, String? $fields})
→ Future<Blog>
-
Gets a blog by id.
-
getByUrl(String url, {String? view, String? $fields})
→ Future<Blog>
-
Gets a blog by url.
-
listByUser(String userId, {bool? fetchUserInfo, List<String>? role, List<String>? status, String? view, String? $fields})
→ Future<BlogList>
-
Lists blogs by user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited