parse method Null safety
override
Implementation
static Stack? parse(Map<String, dynamic>? json) =>
json == null ? null : Stack._fromJson(json);
static Stack? parse(Map<String, dynamic>? json) =>
json == null ? null : Stack._fromJson(json);