factory AnchorFeeInfo.fromJson(Map<String, dynamic> json) => AnchorFeeInfo( json['enabled'], json['authentication_required'], json['description']);