Manifest.fromJson constructor

Manifest.fromJson(
  1. Map json_
)

Implementation

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