DartBlockCustomFunction.fromJson constructor

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

Implementation

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