GimbalManagerInformation constructor
GimbalManagerInformation({})
Implementation
GimbalManagerInformation({
required this.timeBootMs,
required this.capFlags,
required this.rollMin,
required this.rollMax,
required this.pitchMin,
required this.pitchMax,
required this.yawMin,
required this.yawMax,
required this.gimbalDeviceId,
});