Planet constructor
const
Planet({})
The constructor.
Implementation
const Planet({
required this.radius,
required this.mu,
required this.j2,
required this.j3,
required this.j4,
required this.flattening,
});
The constructor.
const Planet({
required this.radius,
required this.mu,
required this.j2,
required this.j3,
required this.j4,
required this.flattening,
});