allowMethods property

  1. @TagNumber.new(3)
List<String> get allowMethods

Specifies the content for Access-Control-Allow-Methods header.

Implementation

@$pb.TagNumber(3)
$core.List<$core.String> get allowMethods => $_getList(2);