SchemaObject.removeField

Removes a field from the schema object.

class SchemaObject
final
void
removeField
(
string key
)

Parameters

key string

The key of the field to remove.

Meta