nameAndExt property
String
get
nameAndExt
Name and extenstion of the remote side of this call
Implementation
String get nameAndExt => displName.isEmpty ? remoteExt : "$displName ($remoteExt)";
Name and extenstion of the remote side of this call
String get nameAndExt => displName.isEmpty ? remoteExt : "$displName ($remoteExt)";