Ids.fromJson constructor

Ids.fromJson(
  1. dynamic json
)

Implementation

Ids.fromJson(dynamic json)
    : disabled = json["disabled"]?.cast<String>(),
      enabled = json["enabled"]?.cast<String>();