Name is the user defined name to use for this parameter
()
| 74 | |
| 75 | // Name is the user defined name to use for this parameter |
| 76 | func (p Param) Name() string { |
| 77 | return p.name |
| 78 | } |
| 79 | |
| 80 | // is checks if this params object has the specified nullability bit set |
| 81 | func (p Param) is(n nullability) bool { |