UpdateNamedStyleRequest constructor

UpdateNamedStyleRequest({
  1. String? fields,
  2. NamedStyle? namedStyle,
  3. String? tabId,
})

Implementation

UpdateNamedStyleRequest({this.fields, this.namedStyle, this.tabId});