createdAtDateTimeFromJson function

CreatedAtDateTime createdAtDateTimeFromJson(
  1. String str
)

date : "22 Feb, 2024" time : "04:27 PM"

Implementation

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