getDelegate static method

dynamic getDelegate(
  1. FieldValuePlatform fieldValue
)

Used by platform implementers to obtain a value suitable for being passed through to the underlying implementation.

Implementation

static dynamic getDelegate(FieldValuePlatform fieldValue) =>
    fieldValue._delegate;