Application.fromRawJson constructor

Application.fromRawJson(
  1. String str
)

Implementation

factory Application.fromRawJson(String str) =>
    Application.fromJson(json.decode(str));