fromNative static method

SearchFilterCollectionDateRange fromNative(
  1. SearchFilterCollectionDateRangeNative native
)

Implementation

static SearchFilterCollectionDateRange fromNative(
    SearchFilterCollectionDateRangeNative native) {
  return SearchFilterCollectionDateRange(
      from: to_platform.toPlatformString(native.from),
      to: to_platform.toPlatformString(native.to));
}