menu
archery
archery/core/orm/s3_json_file_model.dart
S3JsonFileModel
all<
T extends Model
> static method
all
dark_mode
light_mode
all<
T extends Model
>
static method
Future
<
List
<
T
>
>
all
<
T extends Model
>(
)
Alias for
index<T>()
.
Implementation
static Future<List<T>> all<T extends Model>() async => index<T>();
archery
s3_json_file_model
S3JsonFileModel
all<
T extends Model
> static method
S3JsonFileModel class