UserRelationModel constructor

UserRelationModel({
  1. String? noteName,
  2. String? bewrite,
  3. List<String>? notePhones,
  4. List<UserRelationTagModel>? tagModels,
})

Implementation

UserRelationModel({
  this.noteName,
  this.bewrite,
  this.notePhones,
  this.tagModels,
});