String? last(String key) { final v = this[key]; return (v != null && v.isNotEmpty) ? v.last : null; }