VCardDocumentField constructor

VCardDocumentField(
  1. VCardDocumentFieldType type,
  2. List<String> typeModifiers,
  3. List<String> values,
  4. String rawText,
)

Implementation

VCardDocumentField(this.type, this.typeModifiers, this.values, this.rawText);