Options.fromJson constructor

Options.fromJson(
  1. Map json_
)

Implementation

Options.fromJson(core.Map json_)
  : this(
      includeOnlyTargetedUserLists:
          json_['includeOnlyTargetedUserLists'] as core.bool?,
    );