fromJson static method Null safety

DoNotDisturbResponse fromJson(
  1. Map<String, dynamic> json
)

Implementation

static DoNotDisturbResponse fromJson(Map<String, dynamic> json) =>
    _$DoNotDisturbResponseFromJson(json);