FunctionDefinitionVersion class

Information about a function definition version.

Constructors

FunctionDefinitionVersion({FunctionDefaultConfig? defaultConfig, List<$Function>? functions})
FunctionDefinitionVersion.fromJson(Map<String, dynamic> json)
factory

Properties

defaultConfig FunctionDefaultConfig?
The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.
final
functions List<$Function>?
A list of Lambda functions in this function definition version.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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