Task.fromJson constructor

Task.fromJson(
  1. String str
)

Implementation

factory Task.fromJson(String str) => Task.fromMap(json.decode(str));