Job class

Constructors

Job({int? id, String? date, String? dateGmt, String? guid, String? modified, String? modifiedGmt, String? slug, String? status, String? type, String? link, String? title, String? content, int? author, int? featuredMedia, String? template, JobMeta? meta, List? jobListingRegion, List? jobCategories, List? jobTypes})
Job.fromJson(String source)
factory
Job.fromMap(Map<String, dynamic> map)
factory

Properties

author int?
final
content String?
final
date String?
final
dateGmt String?
final
featuredMedia int?
final
guid String?
final
hashCode int
The hash code for this object.
no setteroverride
id int?
final
jobCategories List?
final
jobListingRegion List?
final
jobTypes List?
final
final
meta JobMeta?
final
modified String?
final
modifiedGmt String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
final
status String?
final
template String?
final
title String?
final
type String?
final

Methods

copyWith({int? id, String? date, String? dateGmt, String? guid, String? modified, String? modifiedGmt, String? slug, String? status, String? type, String? link, String? title, String? content, int? author, int? featuredMedia, String? template, JobMeta? meta, List<int>? jobListingRegion, List<int>? jobCategories, List<int>? jobTypes}) Job
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override