DiveInput class

Constructors

DiveInput({String? name, required String id, required String typeId})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The input id, such as 0x8020000005ac8514.
final
name String?
The input name, such as FaceTime HD Camera (Built-in).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeId String
The input type id, such as image_source or av_capture_input. TODO: Should eventually be changed to DiveInputType.
final

Methods

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

Operators

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

Static Methods

fromMap(dynamic map) DiveInput