ElicitationSchema.fromMap constructor

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

Implementation

factory ElicitationSchema.fromMap(Map<Object?, Object?> value) =>
    _elicitationSchemaCodec.decode(value);