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