Flutter
pub_semver
VersionUnion
toString method
toString
VersionUnion class
Constructors
fromRanges
Properties
hashCode
isAny
isEmpty
ranges
runtimeType
Methods
allows
allowsAll
allowsAny
difference
intersect
toString
union
noSuchMethod
Operators
operator ==
toString method
String
toString
(
)
override
Returns a string representation of this object.
Implementation
String toString() => ranges.join(" or ");