get

abstract operator fun get(name: FieldName): FieldMetaState?(source)

Gets the metadata for a specific field.

Return

The field metadata, or null if the field is not registered.

Parameters

name

The name of the field.