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