QuickActionItem class

QuickActions Interface

Constructors

QuickActionItem({required String name, String description = '', String version = '', String author = '', String license = '', String git = '', dynamic distro = '', required String content})

Properties

author String
read / write
content String
read / write
description String
read / write
distro ↔ dynamic
read / write
git String
read / write
hashCode int
The hash code for this object.
read-onlyinherited
license String
read / write
name String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
version String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toYamlString() String
To yaml string

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromYamlString(String yamlString, {String content = ""}) QuickActionItem
Load from yaml string