DeleteFooterRequest.fromJson constructor

DeleteFooterRequest.fromJson(
  1. Map json_
)

Implementation

DeleteFooterRequest.fromJson(core.Map json_)
  : this(
      footerId: json_['footerId'] as core.String?,
      tabId: json_['tabId'] as core.String?,
    );