Info.fromJson constructor

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

Implementation

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