Functions.fromJson constructor

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

Implementation

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