LicenseInfoComponent

struct LicenseInfoComponent : View

This view is for the mobile lic details This view is used in Personal details UI view

  • key

    The key of the license info

    Declaration

    Swift

    var key: String
  • The value of the license info

    Declaration

    Swift

    var value: String
  • Declaration

    Swift

    var body: some View { get }