TFModel class

Constructors

TFModel({required String numerator, required String denominator, bool showFormatError = false})

Properties

denominator String
final
denominatorCoeffs List<double>
getter/setter pair
formattedDenominatorText String
getter/setter pair
formattedNumeratorText String
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isProper bool
no setter
numerator String
final
numeratorCoeffs List<double>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFormatError bool
final
toDen String
no setter
toNum String
no setter

Methods

copyWith({String? numerator, String? denominator, bool? showFormatError}) TFModel
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.
override