updatedAtDateTimeFromJson function

UpdatedAtDateTime updatedAtDateTimeFromJson(
  1. String str
)

date : "23 Jun, 2024" time : "01:56 PM"

Implementation

UpdatedAtDateTime updatedAtDateTimeFromJson(String str) => UpdatedAtDateTime.fromJson(json.decode(str));