Exception.fromJson constructor

Exception.fromJson(
  1. Map json_
)

Implementation

Exception.fromJson(core.Map json_)
  : this(payload: json_['payload'] as core.String?);