fields property

  1. @override
List<JsonField> get fields
override

List of JSON fields representing the model attributes.

Implementation

@override
List<JsonField> get fields => [
      id,
      requestId,
      actorId,
      actor,
      actorEmail,
      actorTypeId,
      actorType,
      actionName,
      versionId,
      savedAt,
    ];