sendMessagePath property

String? get sendMessagePath

Implementation

String? get sendMessagePath {
  return $$context$$["sendMessagePath"];
}
set sendMessagePath (String? value)

Implementation

set sendMessagePath(String? value) {
  $$context$$["sendMessagePath"] = value;
}