ApiKeyCollection constructor

ApiKeyCollection(
  1. dynamic id,
  2. dynamic createdAt,
  3. dynamic updatedAt,
  4. dynamic objectType,
  5. dynamic mode,
  6. List<ApiKeyCollection>? children,
  7. List<ApiKey>? keys
)

Implementation

ApiKeyCollection(
    id, createdAt, updatedAt, objectType, mode, this.children, this.keys)
    : super(id, createdAt, updatedAt, objectType, mode);