Lambda.fromJson constructor

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

Implementation

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