commentsFromJson function

Comments commentsFromJson(
  1. String str
)

id : "31" message : "open task" status : "Pending" created_at : "Tuesday, 26 November, 2024 03:36 pm"

Implementation

Comments commentsFromJson(String str) => Comments.fromJson(json.decode(str));