getOption method

FilterOption getOption(
  1. AssetType type
)

Get the FilterOption object for the specified AssetType.

Parameters:

  • type: The type of asset.

Returns the FilterOption object associated with the specified AssetType.

Implementation

FilterOption getOption(AssetType type) => _map[type]!;