display property

bool display
getter/setter pair

optionCount 는 각 옵션 별로 몇 개를 구매하는지 개 수 정보를 가지고 있다. EO Shopping Mall ---------------------------------------------------- Display options

The display flag tells whether to show or hide the post in list. display 는 클라이언트에서만 사용되는 것으로, true 이면 글(내용)을 보여주는 것이다.

Implementation

// Map<String, int> optionCount = {};

/// EO Shopping Mall ----------------------------------------------------

/// Display options
///
/// The [display] flag tells whether to show or hide the post in list.
/// [display] 는 클라이언트에서만 사용되는 것으로, true 이면 글(내용)을 보여주는 것이다.
bool display = false;