Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import 'pacakge:meta/meta.dart';
  2.  
  3. // Error: This class inherits from a class marked as @immutable, and therefore
  4. // should be immutable (all instance fields must be final).
  5. @immutable
  6. class User {
  7. String name;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement