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