factory FeeResponse.fromJson(Map<String, dynamic> json) => new FeeResponse(convertDouble(json['fee']));