DroneRepoRequestBody class

Constructors

DroneRepoRequestBody({required String configPath, required bool protected, required bool trusted, required int timeout, required String visibility})
const

Properties

configPath String
final
hashCode int
The hash code for this object.
no setterinherited
protected bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
final
trusted bool
final
visibility String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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