menu
flutter_base_models package
documentation
user/relation/user_relation_model.dart
UserRelationModel
UserRelationModel.new constructor
UserRelationModel.new constructor
dark_mode
light_mode
UserRelationModel
constructor
UserRelationModel
(
{
String
?
noteName
,
String
?
bewrite
,
List
<
String
>
?
notePhones
,
List
<
UserRelationTagModel
>
?
tagModels
,
})
Implementation
UserRelationModel({ this.noteName, this.bewrite, this.notePhones, this.tagModels, });
flutter_base_models package
documentation
user/relation/user_relation_model
UserRelationModel
UserRelationModel.new constructor
UserRelationModel class