ResumeData class

Holds data associated with a resume

Constructors

ResumeData(Task task, String data, [int requiredStartByte = 0, String? eTag])
const
ResumeData.fromJson(Map<String, dynamic> json)
Create object from json
ResumeData.fromJsonString(String jsonString)
Create object from jsonString
factory

Properties

data String
final
eTag String?
final
hashCode int
The hash code for this object.
no setteroverride
requiredStartByte int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task Task
final
taskId String
no setter
tempFilepath String
The tempFilepath contained in the data field
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Return JSON Map representing object
toString() String
A string representation of this object.
inherited

Operators

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