Field constructor
Field({})
Implementation
Field(
{this.contextsCount,
this.description,
required this.id,
bool? isLocked,
bool? isUnscreenable,
this.key,
this.lastUsed,
required this.name,
this.projectsCount,
required this.schema,
this.screensCount,
this.searcherKey})
: isLocked = isLocked ?? false,
isUnscreenable = isUnscreenable ?? false;