Unverified Commit 931c0379 authored by jslavitz's avatar jslavitz Committed by GitHub

Release Candidate (#24248)

parent 665fff00
......@@ -9,7 +9,7 @@ import 'package:flutter/foundation.dart';
class Priority {
const Priority._(this._value);
/// The integer that describes this Priority value.
/// Integer that describes this Priority value.
int get value => _value;
final int _value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment