AllocateIdsRequest constructor

AllocateIdsRequest({
  1. String? databaseId,
  2. List<Key>? keys,
})

Implementation

AllocateIdsRequest({this.databaseId, this.keys});