Share.fromJson constructor

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

Implementation

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