Restore.fromJson constructor

Restore.fromJson(
  1. Map json_
)

Implementation

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