insertAfter property

  1. @Deprecated("This property will be removed in the future.")
int? insertAfter

Implementation

@Deprecated("This property will be removed in the future.")
int? get insertAfter => _insertAfter;
  1. @Deprecated("This property will be removed in the future.")
void insertAfter=(int? val)

Implementation

@Deprecated("This property will be removed in the future.")
set insertAfter(int? val) => _insertAfter = val;