MainSpecs class

Constructors

MainSpecs({required String mediaOptions, required String audioOptions, required String videoOptions, required String videoType, required bool videoOptimized, required String recordingDisplayType, required bool addHLS})
MainSpecs.fromMap(Map<String, dynamic> map)
factory

Properties

addHLS bool
final
audioOptions String
final
hashCode int
The hash code for this object.
no setterinherited
mediaOptions String
final
recordingDisplayType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoOptimized bool
final
videoOptions String
final
videoType String
final

Methods

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

Operators

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