Action class final

Annotations
  • @JsonSerializable()

Constructors

Action({String? title, List<ActionConfiguration>? configurations})
Action.fromJson(Map<String, dynamic> json)
factory

Properties

configurations List<ActionConfiguration>?
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
isNotEmpty bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final

Methods

execute(BuildContext context, {Map<String, dynamic>? arguments}) FutureOr<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

configurationList(dynamic json) → dynamic