createdAtDateTimeFromJson function

CreatedAtDateTime createdAtDateTimeFromJson(
  1. String str
)

date : "21 Dec, 2024" time : "03:09 PM"

Implementation

CreatedAtDateTime createdAtDateTimeFromJson(String str) => CreatedAtDateTime.fromJson(json.decode(str));