Commit 2fa6a709 authored by Adam Barth's avatar Adam Barth Committed by GitHub

Improve documentation for framework.dart (#4758)

parent 9c0c0225
......@@ -9,8 +9,8 @@ import 'stock_arrow.dart';
enum StockRowPartKind { arrow }
class StockRowPartKey extends Key {
const StockRowPartKey(this.keySalt, this.stock, this.part) : super.constructor();
class StockRowPartKey extends LocalKey {
const StockRowPartKey(this.keySalt, this.stock, this.part);
final Object keySalt;
final Stock stock;
......
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