fromJson static method

Room_LastMessage fromJson(
  1. Object? json
)

Creates a new object from the given json data.

Use toJson to serialize it back into json.

Implementation

static Room_LastMessage fromJson(Object? json) => $bed8482b7c93ae2974fa4be6ae42b9b1Extension._fromJson(json);