fields property
List of JSON fields representing the model attributes.
Implementation
@override
List<JsonField> get fields => [
requestProperty,
id,
periodTypeId,
code,
name,
vi,
en,
zh,
ja,
yearId,
halfYearId,
quarterId,
monthId,
weekId,
dayId,
year,
halfOfYear,
quarterOfYear,
quarterOfHalf,
monthOfYear,
monthOfHalf,
monthOfQuarter,
weekOfYear,
weekOfHalf,
weekOfQuarter,
weekOfMonth,
dayOfYear,
dayOfHalf,
dayOfQuarter,
dayOfMonth,
dayOfWeek,
startId,
endId,
date,
weekDay,
];