fromJson static method

RoomLastMessage fromJson(
  1. Object? json
)

Creates a new object from the given json data.

Use toJson to serialize it back into json.

Implementation

static RoomLastMessage fromJson(Object? json) => $4b3c240037cf48d36f81308e641eef98Extension._fromJson(json);