responseModesSupported property

ListBuilder<String> responseModesSupported

Implementation

ListBuilder<String> get responseModesSupported =>
    _$this._responseModesSupported ??= new ListBuilder<String>();
void responseModesSupported=(ListBuilder<String>? responseModesSupported)

Implementation

set responseModesSupported(ListBuilder<String>? responseModesSupported) =>
    _$this._responseModesSupported = responseModesSupported;