create method
Implementation
create(AtFollowsValue atValue) {
_atKey = atValue;
list =
atValue.value != null && atValue.value != '' && atValue.value != 'null'
? atValue.value.split(',')
: [];
list!.toSet().toList();
}