Properties class

Constructors

Properties({required String key, required JsonSchemaType type, List<String>? fields, String? title, String? description, ValidationSchema? validations, int? maxline, String? remarkLabel, String? remarkTitle, String? remarkData, dynamic answer, bool isMandatory = false, bool remark = false})
Properties.fromJson(Map<String, dynamic> json)
factory

Properties

answer ↔ dynamic
getter/setter pair
description String?
final
fields List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
isMandatory bool
final
key String
final
maxline int?
final
remark bool
final
remarkData String?
getter/setter pair
remarkLabel String?
final
remarkTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
type JsonSchemaType
final
validations → ValidationSchema?
final

Methods

copyWith({String? key, String? title, String? description, List<String>? fields, int? maxline, bool? isMandatory, JsonSchemaType? type, String? remarkLabel, String? remarkTitle, String? remarkData, dynamic answer, bool? remark}) Properties
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited