key method

DefineMRowModifier key(
  1. Key key
)

Implementation

DefineMRowModifier key(Key key) {
  return this.copyWith(valueKey: key);
}