AppEngine.fromJson constructor

AppEngine.fromJson(
  1. Map json_
)

Implementation

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