DefaultApplicationContext.fromJson constructor

DefaultApplicationContext.fromJson(
  1. Map json_
)

Implementation

DefaultApplicationContext.fromJson(core.Map json_)
  : this(
      defaultApplicationScope:
          json_['defaultApplicationScope'] as core.String?,
    );