fromJsonModel static method

CheckInResponse fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static CheckInResponse fromJsonModel(Map<String, dynamic> json) =>
    CheckInResponse.fromJson(json);