last property

void last=(String? value)

Implementation

set last(String? value) {
  emit(state.copyWith(last: value));
}