BlueprintMaster.fromJson(Map<String, dynamic> json) { id = json['id']; name = json['name']; steps = json['steps']; }