RawContact constructor

const RawContact({
  1. String? rawContactId,
  2. String? sourceId,
  3. Account? account,
})

Implementation

const RawContact({this.rawContactId, this.sourceId, this.account});