SelfDataAllowed_locations constructor

  1. @HiveField(1)
SelfDataAllowed_locations({
  1. List<String?>? PK,
})

Implementation

@HiveField(1)
SelfDataAllowed_locations({
  this.PK,
});