property

inline fun <T> PlatformFactory.property(value: () -> T): Property<T>
inline fun <T> PlatformFactory.property(value: Provider<T>): Property<T>