ShareeLookup_1_Value.fromJson constructor

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

Implementation

factory ShareeLookup_1_Value.fromJson(Map<String, dynamic> json) =>
    jsonSerializers.deserializeWith(serializer, json)!;