Profile constructor

Profile({
  1. String? id,
  2. String? lenderId,
  3. String? anchorId,
})

Implementation

Profile({this.id, this.lenderId, this.anchorId});