ClearBasicFilterRequest.fromJson constructor

ClearBasicFilterRequest.fromJson(
  1. Map json_
)

Implementation

ClearBasicFilterRequest.fromJson(core.Map json_)
    : this(
        sheetId: json_['sheetId'] as core.int?,
      );