FunctionCallStatement.fromJson constructor

FunctionCallStatement.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory FunctionCallStatement.fromJson(Map<String, dynamic> json) =>
    _$FunctionCallStatementFromJson(json);