CustomImageInfo.fromJson constructor

CustomImageInfo.fromJson(
  1. Map json_
)

Implementation

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