followDateFromJson function

FollowDate followDateFromJson(
  1. String str
)

format : "28 Apr, 2023" time : "12:20 PM" sort : "21 hour"

Implementation

FollowDate followDateFromJson(String str) => FollowDate.fromJson(json.decode(str));