commentsFromJson function

Comments commentsFromJson(
  1. String str
)

id : "12" message : "Please check this task @HeliValand @DipikaSuthar" status : "" created_at : "Thursday, 21 November, 2024 12:27 pm"

Implementation

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