createdAtDateTimeFromJson function

CreatedAtDateTime createdAtDateTimeFromJson(
  1. String str
)

date : "01 May, 2024" time : "12:55 PM"

Implementation

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