props property

List<Object?> props

Implementation

List<Object?> get props => [
      description,
      appId,
      authorId,
      name,
      sendTo,
      collections,
      processed,
      requestType,
    ];