FreeBusyRequestItem.fromJson constructor

FreeBusyRequestItem.fromJson(
  1. Map json_
)

Implementation

FreeBusyRequestItem.fromJson(core.Map json_)
    : this(
        id: json_['id'] as core.String?,
      );