nameOrIp property

String nameOrIp
latefinal

Implementation

late final String nameOrIp = name.isNotEmpty ? name : ip;