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