$Response01.fromJson constructor

$Response01.fromJson(
  1. Map json_
)

Implementation

$Response01.fromJson(core.Map json_)
  : this(insightsState: json_['insightsState'] as core.String?);