JobOptions class
- Annotations
-
- @JsonSerializable()
Constructors
-
JobOptions({required int spare, required List<
String> compatibleSources}) -
JobOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
compatibleSources
→ List<
String> -
A device that supports recording of a restricted set of Media/Media2
Service Profiles returns the list of profiles that can be recorded on the
given Recording.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spare → int
-
Number of spare jobs that can be created for the recording.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited