FunctionDeclaration_Behavior.fromJson constructor

FunctionDeclaration_Behavior.fromJson(
  1. Object? json
)

Implementation

factory FunctionDeclaration_Behavior.fromJson(Object? json) =>
    FunctionDeclaration_Behavior(json as String);