LandingLegs.fromJson constructor

LandingLegs.fromJson(
  1. Map<String, dynamic> json
)

Implementation

LandingLegs.fromJson(Map<String, dynamic> json) {
  _number = json['number'];
  _material = json['material'];
}