JsonGetAttribute constructor
const
JsonGetAttribute({
- required ID? cubitID,
- required ID? stateID,
- required ID? variableID,
- required VariableTypes type,
- required String jsonPath,
- int? overridedLoop,
- FormatOptionsHelper formatOptions = const FormatOptionsHelper(options: []),
- FormatOptionsHelper listFormatOptions = const FormatOptionsHelper(options: []),
Implementation
const JsonGetAttribute({
required this.cubitID,
required this.stateID,
required this.variableID,
required this.type,
required this.jsonPath,
this.overridedLoop,
this.formatOptions = const FormatOptionsHelper(options: []),
this.listFormatOptions = const FormatOptionsHelper(options: []),
});