UpsertDTO constructor

UpsertDTO({
  1. List<String> members = const [],
  2. List<String> admins = const [],
})

Implementation

UpsertDTO({this.members = const [], this.admins = const []});