JobMeta class

Constructors

JobMeta({String? jobLocation, String? application, String? companyName, String? companyWebsite, String? companyTagline, String? companyTwitter, String? companyVideo, int? filled, int? featured})
JobMeta.fromJson(String source)
factory
JobMeta.fromMap(Map<String, dynamic> map)
factory

Properties

application String?
final
companyName String?
final
companyTagline String?
final
companyTwitter String?
final
companyVideo String?
final
companyWebsite String?
final
final
filled int?
final
hashCode int
The hash code for this object.
no setteroverride
jobLocation String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? jobLocation, String? application, String? companyName, String? companyWebsite, String? companyTagline, String? companyTwitter, String? companyVideo, int? filled, int? featured}) JobMeta
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