StringPropertySchema.fromMap constructor

StringPropertySchema.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory StringPropertySchema.fromMap(Map<Object?, Object?> value) =>
    _stringPropertySchemaCodec.decode(value);