LocationInfoImpl extension

on

Static Methods

fromNative(LocationInfoNative native, {bool takeOwnership = true}) LocationInfo

Available on LocationInfo, provided by the LocationInfoImpl extension

fromPointer(Pointer<Void> ptr, {bool needFree = true, bool takeOwnership = true}) LocationInfo?

Available on LocationInfo, provided by the LocationInfoImpl extension

toNative(LocationInfo obj) LocationInfoNative

Available on LocationInfo, provided by the LocationInfoImpl extension

toPointer(LocationInfo? val) Pointer<Void>

Available on LocationInfo, provided by the LocationInfoImpl extension