ElicitationPropertySchemaString class
final
Constructors
-
ElicitationPropertySchemaString({required String type, String? title, String? description, int? minLength, int? maxLength, String? pattern, StringFormat? format, String? defaultValue, List<String>? enumValue, List<EnumOption>? oneOf, AcpJsonMap? meta})
-
-
ElicitationPropertySchemaString.fromMap(Map<Object?, Object?> value)
-
factory
Methods
-
copyWith({Object? type = _acpCopyWithAbsent, Object? title = _acpCopyWithAbsent, Object? description = _acpCopyWithAbsent, Object? minLength = _acpCopyWithAbsent, Object? maxLength = _acpCopyWithAbsent, Object? pattern = _acpCopyWithAbsent, Object? format = _acpCopyWithAbsent, Object? defaultValue = _acpCopyWithAbsent, Object? enumValue = _acpCopyWithAbsent, Object? oneOf = _acpCopyWithAbsent, Object? meta = _acpCopyWithAbsent})
→ ElicitationPropertySchemaString
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap()
→ AcpJsonMap
-
override
-
toString()
→ String
-
A string representation of this object.
inherited