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