ExtentStomachPostCommentEntity.fromJson constructor
ExtentStomachPostCommentEntity.fromJson(})
Implementation
factory ExtentStomachPostCommentEntity.fromJson(Map<String, dynamic> json,
{i0.ValueSerializer? serializer}) {
serializer ??= i0.driftRuntimeOptions.defaultSerializer;
return ExtentStomachPostCommentEntity(
graveManualGuardId: serializer.fromJson<int>(json['graveManualGuardId']),
estateBrickLeafletUser:
serializer.fromJson<int>(json['estateBrickLeafletUser']),
outputStageIndirectPost:
serializer.fromJson<int>(json['outputStageIndirectPost']),
outfitNearlyExactContent:
serializer.fromJson<String>(json['outfitNearlyExactContent']),
);
}