-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
Is your feature request related to a problem? Please describe.
This initialiser is private, but the struct and properties are public. Therefore, this struct cannot be created from outside of this package, and those two properties are not accessible. There might be a reason of this, but from a developer point of view it's a bit confusing.
Describe the solution you'd like
Make initialiser public or struct and properties internal.
Describe alternatives you've considered
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
No labels