Update.fromJson constructor

Update.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Update.fromJson(Map<String, Object?> json) => _$UpdateFromJson(json);