DecodedSystem constructor

DecodedSystem(
  1. Map<String, dynamic> decodedJson,
  2. String title
)

Implementation

DecodedSystem(this.decodedJson, this.title);