mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 22:33:59 +08:00
Update APIType in request model
This commit is contained in:
@ -12,6 +12,7 @@ class RequestModel with _$RequestModel {
|
||||
)
|
||||
const factory RequestModel({
|
||||
required String id,
|
||||
@Default(APIType.rest) APIType apiType,
|
||||
@Default("") String name,
|
||||
@Default("") String description,
|
||||
@JsonKey(includeToJson: false) @Default(0) requestTabIndex,
|
||||
|
Reference in New Issue
Block a user