Activity.fromRawJson constructor

Activity.fromRawJson(
  1. String str
)

Implementation

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