PostModel constructor
PostModel({
- String? kind,
- List<
PostItemModel> ? items, - String? etag,
- String? error,
Implementation
PostModel({
this.kind,
this.items,
this.etag,
this.error,
});