PropertyMetadata constructor

const PropertyMetadata({
  1. String? dataId,
  2. String? rawContactId,
})

Implementation

const PropertyMetadata({this.dataId, this.rawContactId});