spine_client
field_behavior.pbenum
FieldBehavior
valueOf method
valueOf
valueOf
method
Null safety
FieldBehavior
?
valueOf
(
int
value
)
Implementation
static FieldBehavior? valueOf($core.int value) => _byValue[value];
spine_client
field_behavior.pbenum
FieldBehavior
valueOf method
FieldBehavior class
Properties
hashCode
name
runtimeType
value
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
valueOf
Constants
FIELD_BEHAVIOR_UNSPECIFIED
IMMUTABLE
INPUT_ONLY
OPTIONAL
OUTPUT_ONLY
REQUIRED
values