factory CvvConfig.fromJson(Map<String, dynamic> json) { return CvvConfig( digitsCount: json['digits_count'] ?? json['digitsCount'], ); }