mandatory property
If true
indicates that this is the only constructor to be used for JSON.
If multiple constructos are declared as mandatory,
only the 1st to work with the passed parameters will be used.
Implementation
final bool mandatory;
If true
indicates that this is the only constructor to be used for JSON.
If multiple constructos are declared as mandatory,
only the 1st to work with the passed parameters will be used.
final bool mandatory;