BridgeFunctionDeclaration class

Represents a bridged function declaration.

Implemented types
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

BridgeFunctionDeclaration(String library, String name, BridgeFunctionDef function)
const
BridgeFunctionDeclaration.fromJson(Map<String, dynamic> json)
Connect the generated _$BridgeFunctionDeclarationFromJson function to the fromJson factory.
factory

Properties

function → BridgeFunctionDef
The function definition.
final
hashCode → int
The hash code for this object.
no setterinherited
library → String
The library name.
final
name → String
The function name.
final
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>
Connect the generated _$BridgeFunctionDeclarationToJson function to the toJson method.
toString() → String
A string representation of this object.
inherited

Operators

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