static bool validate(final Map<String, dynamic> object) { if (!object.containsKey('\$type')) return false; return object['\$type'] == 'tools.ozone.team.defs#member'; }