factory OutputContract.fromJson(Map<String, dynamic> data) { return OutputContract( inputIndex: data['inputIndex'], ); }