TwoLineElement class

Represents a TLE record.

Constructors

TwoLineElement(String name, KeplerianElements keplerianElements)
Main constructor.
const
TwoLineElement.parse(String contents)
Parser constructor.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keplerianElements KeplerianElements
Keplerian Elements.
final
name String
Satellite name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

parseMany(String contents) List<TwoLineElement>
Parse multiple TLE records.