props property

List<Object?> get props

Implementation

List<Object?> get props => [
      appId,
      name,
      menuItems,
      admin,
    ];