Indicate.fromJson constructor

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

Implementation

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