$CustomList.fromJson constructor

$CustomList.fromJson(
  1. Map json_
)

Implementation

$CustomList.fromJson(core.Map json_)
  : this(
      customListId: json_['customListId'] as core.String?,
      displayName: json_['displayName'] as core.String?,
      name: json_['name'] as core.String?,
    );