add method
Implementation
void add(List<T> value) {
if (value.isEmpty) return;
appendOperation({'opr': NetmeraProfileOperation.add._value, 'value': value});
}
void add(List<T> value) {
if (value.isEmpty) return;
appendOperation({'opr': NetmeraProfileOperation.add._value, 'value': value});
}