fields property

  1. @override
List<JsonField> get fields
override

List of JSON fields representing the file attributes.

Implementation

@override
List<JsonField> get fields => [
      id,
      name,
      path,
      url,
      mimeType,
      size,
      createdAt,
      updatedAt,
    ];