subscribe property
bool?
get
subscribe
Present if the server offers any resources to read.
Implementation
bool? get subscribe => _value['subscribe'] as bool?;
Present if the server offers any resources to read.
bool? get subscribe => _value['subscribe'] as bool?;