box property

  1. @Deprecated('Getter and Setter of [box] may changed its behavior in the future.')
Box box

Implementation

@Deprecated(
    'Getter and Setter of [box] may changed its behavior in the future.')
Box get box => serve();
  1. @Deprecated('Getter and Setter of [box] may changed its behavior in the future.')
void box=(Box box)

Implementation

@Deprecated(
    'Getter and Setter of [box] may changed its behavior in the future.')
set box(Box box) => take(box);