toIds static method
Convert json to status Ids, or null
Implementation
static Ids? toIds(dynamic json) => json != null ? Ids.fromJson(json) : null;
Convert json to status Ids, or null
static Ids? toIds(dynamic json) => json != null ? Ids.fromJson(json) : null;