$ExchangeReviewStatus.fromJson constructor

$ExchangeReviewStatus.fromJson(
  1. Map json_
)

Implementation

$ExchangeReviewStatus.fromJson(core.Map json_)
  : this(
      exchange: json_['exchange'] as core.String?,
      status: json_['status'] as core.String?,
    );