ScriptFields constructor
ScriptFields({})
Implementation
ScriptFields({
required this.name,
required this.fields,
required this.relevanceScore,
required this.lastInvokedAt,
required this.lastInvokedAtByUser,
required this.isOwnedByCurrentUser,
this.namespace,
});