Post class

Constructors

Post({String? key, String? formKey, int? status, String? title, int? date, int? attempts, String? method, Map<String, String>? headers, String? format, String? url, String? body, String? info})

Properties

attempts ↔ int?
getter/setter pair
body → String?
no setter
date → int?
no setter
format → String?
no setter
formKey → String?
no setter
hashCode → int
The hash code for this object.
no setterinherited
headers → Map<String, String>?
no setter
info ↔ String?
getter/setter pair
key → String
no setter
method → String?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
status ↔ int?
getter/setter pair
title → String?
no setter
url → String?
no setter

Methods

delete() → Future<bool>
insert() → Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String?, dynamic>
toString() → String
A string representation of this object.
inherited
update() → Future<bool>

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

statusCOMPLETE ↔ int
getter/setter pair
statusERROR ↔ int
getter/setter pair
statusINCOMPLETE ↔ int
getter/setter pair
tableName ↔ String
getter/setter pair

Static Methods

deleteAll() → Future<bool>
find(String key) → Future<Post?>
query({String? where, String? orderby}) → Future<List<Post>>