description property

  1. @override
String get description
override

Define the description of the code.

コードの説明を定義します。

Implementation

@override
String get description =>
    "検索可能なフィールドを定義します。値を検索可能な値として保存し、[ModelQueryFilter.equal]で定義されたものがすべて含まれる要素を検索することが可能。カテゴリー検索等に利用可能。";