Gets the field identified by the given name.
(name)
| 11093 | } |
| 11094 | /** Gets the field identified by the given name. */ |
| 11095 | field(name) { |
| 11096 | return this.tryField(name); |
| 11097 | } |
| 11098 | /** Builds a generic instance of the current generic class. */ |
| 11099 | inflate(...classes) { |
| 11100 | if (!this.isGeneric) { |
no test coverage detected