RecipientV1 constructor

RecipientV1({
  1. String? id,
  2. String? name,
  3. String? email,
  4. String? phone,
  5. String? language,
})

Implementation

RecipientV1({this.id, this.name, this.email, this.phone, this.language});