method property Null safety

int method
@JsonKey(defaultValue: PassThroughMethod.POST), final

选填,数字常量(1-get, 2-post, 3-put, 4-delete),默认post, PassThroughMethod

Implementation

@JsonKey(defaultValue: PassThroughMethod.POST)
final int method;