VVoiceLanguage class

Constructors

VVoiceLanguage({String x1 = "x1", String x1_25 = "x 1.25", String x1_50 = "x 1.50", String x1_75 = "x 1.75", String x2 = "x2"})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x1 String
final
x1_25 String
final
x1_50 String
final
x1_75 String
final
x2 String
final

Methods

copyWith({String? x1, String? x1_25, String? x1_50, String? x1_75, String? x2}) VVoiceLanguage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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