fromJson static method

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

Implementation

static DoNotDisturb fromJson(Map<String, dynamic> json) =>
    _$DoNotDisturbFromJson(json);