ARational class

Available extensions
Annotations

Constructors

ARational({required String n, String d = "1"})
const

Properties

d String
final
hashCode int
The hash code for this object.
no setterinherited
n String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to → _a

Available on _f, provided by the $ARational extension

no setter
toRational → Rational
no setter

Methods

copyWith({_7? n, _7? d, _19 resetD = _F}) → _f

Available on _f, provided by the $ARational extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → _5

Available on _f, provided by the $ARational extension

toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromRational(Rational r) ARational