Demo.fromRawJson constructor

Demo.fromRawJson(
  1. String str
)

Implementation

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