Sent.fromJson constructor

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

Implementation

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