ApiKeyCollection constructor
- dynamic id,
- dynamic createdAt,
- dynamic updatedAt,
- dynamic objectType,
- dynamic mode,
- List<
ApiKeyCollection> ? children, - List<
ApiKey> ? keys
Implementation
ApiKeyCollection(
id, createdAt, updatedAt, objectType, mode, this.children, this.keys)
: super(id, createdAt, updatedAt, objectType, mode);