groupName property
String
get
groupName
The log group the log stream will appear under
Implementation
String get groupName => _cloudWatch.groupName;
set
groupName
(String group)
Implementation
set groupName(String group) => _cloudWatch.groupName = group;